home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / COBOL / H309.ZIP / SECURE.ZIP / SECURE.DOC next >
Text File  |  1993-04-06  |  2KB  |  61 lines

  1. This program is Shareware, and if you continue to use it after 30 days, you
  2. MUST register with us. Registration will help to pay for development and
  3. support.
  4.  
  5.  
  6. Registration details:
  7. Please send a donation of your choice to
  8. Neil Jennings                       Tel:  (UK)       0639-633072
  9. Green Hedges Bungalow                     (int) (44)  639-633072
  10. Pontardawe Rd
  11. Bryncoch
  12. Neath, West Glam
  13. Wales, UK
  14. SA10 7YH
  15.  
  16.  
  17.                                   SECURE
  18.  
  19.  
  20. This is a primitive security program, designed to assist in hiding
  21. sensitive files from casual browsers. It will NOT protect against the
  22. determined hacker.
  23.  
  24. The parameter is a directory or path. The program performs a search through
  25. all subdirectories under the specified directory, changing the
  26. name of each file and directory found. Run it again, and it restores the
  27. original names.
  28.  
  29. Only alphabetic characters in the names will be changed, numbers and
  30. special characters are not affected. Therefore filenames such as 123.001
  31. will not be changed.
  32.  
  33. Actually, there IS a second parameter, the filespec, but I would advise
  34. leaving it at *.*. Otherwise, you will have to work out what it has become
  35. before you can restore names.
  36.  
  37. Obviously, this can be VERY dangerous, and NO liability can be accepted for
  38. loss of files.
  39.  
  40. It is suggested that you set up a Batch file to run the program against all
  41. sensitive directories before powering off. The same file can be used when
  42. powering on, to restore the names. It should be held in a directory which
  43. is not processed by SECURE.
  44.  
  45. In order to enable you to boot, files named COMMAND.COM, AUTOEXEC.BAT and
  46. *.SYS are NOT renamed. Other files and device drivers used in CONFIG.SYS
  47. should be placed in a directory which is NOT processed, otherwise they will
  48. not be found when you boot.
  49.  
  50. Also, the program does NOT rename itself, otherwise you would not be able
  51. to run it to recover!
  52.  
  53. As an added safety feature, the program knows its own name, and even if you
  54. copy it to a new name, it will not rename the file from which it is run.
  55.  
  56.  
  57.  
  58. This program is copyright, and you are granted a limited licence to copy
  59. the complete package for distribution for no more than a reasonable fee for
  60. such copying.
  61.